-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added a bundle deprecation notice in other articles #8434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👎 This article is exactly explaining how to override stuff without bundle inheritance. So this article becomes more important now inheritance is deprecated. It makes no sense to add this caution there imo. |
Then, instead of adding this confusing warning, I think we should remove the references to the other article in this article. |
bundles/override.rst
Outdated
@@ -5,7 +5,8 @@ How to Override any Part of a Bundle | |||
==================================== | |||
|
|||
This document is a quick reference for how to override different parts of | |||
third-party bundles. | |||
third-party bundleswithout using :doc:`/bundles/inheritance`, which is deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing space between "bundles" and "without"
Thank you Javier. |
Similar to #8389 but for another article.